home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19960425-19960715 / 000243_news@columbia.edu _Sat Jun 15 20:39:19 1996.msg < prev    next >
Internet Message Format  |  1996-07-26  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id UAA26552 for <kermit.misc@watsun>; Sat, 15 Jun 1996 20:39:19 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id UAA21429 for kermit.misc@watsun; Sat, 15 Jun 1996 20:39:16 -0400 (EDT)
  4. Path: news.columbia.edu!lamont.ldeo.columbia.edu!news.er.usgs.gov!stc06.ctd.ornl.gov!fnnews.fnal.gov!uwm.edu!math.ohio-state.edu!usc!elroy.jpl.nasa.gov!decwrl!news-server.ncren.net!concert!ais!bruce
  5. From: bruce@ais.com
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Problems with dir on an VMS/VAX !
  8. Message-ID: <1996Jun14.172312.8798@ais>
  9. Date: 14 Jun 96 17:23:12 EST
  10. References: <31C040F4.41C6@ifk.tu-graz.ac.at>
  11. Organization: Applied Information Systems, Chapel Hill, NC
  12. Lines: 19
  13.  
  14. In article <31C040F4.41C6@ifk.tu-graz.ac.at>, Bernd Logar <logar@ifk.tu-graz.ac.at> writes:
  15. > Hi !
  16. > Strange things happen on my VAX/VMS : 
  17. > If I list a directory under normal login, the version numbers are listed
  18. > correctly (1,2,3 ... 7,8,9,10...77,78,79..). 
  19. > If I start kermit and make a dir, the version numbers containing originally 
  20. > the numbers 8 and 9 are lost (1,2,3 ...7,10,11,...77,100,101...) !!!!!
  21. > Seems to be an octal system ! How can I handle this problem ? 
  22. > test.log;8 should be always test.log;8 and not under kermit test.log;10 !
  23.  
  24. Are you sure that you're using VAX/VMS Kermit and not PDP-11 RSX Kermit
  25. under the PDP-11 emulation mode?  That would explain the octal version
  26. numbers since that's what the old RSX systems used.
  27.  
  28. Bruce C. Wright